home *** CD-ROM | disk | FTP | other *** search
/ Aminet 43 / Aminet 43 (2001)(GTI - Schatztruhe)[!][Jun 2001].iso / Aminet / dev / e / yaec.readme < prev   
Text File  |  2001-05-03  |  19KB  |  409 lines

  1. Short:    Yaec - Yet Another E Compiler [1.5a]
  2. Author:   amigae@swipnet.se
  3. Uploader: amigae@swipnet.se
  4. Type:     dev/e
  5. Requires: compiler : v37+, 68k, PhxAss (dev/asm/), PhxLnk (dev/asm/)
  6. Requires: exes     : v40+, 020+, 881 if using floats.
  7.  
  8.  
  9. ------------+---------------------------------+
  10.             |                                 |
  11.             |          YAEC 1.5a              |
  12.             |     Yet Another E Compiler      |
  13.             |  By Leif Salomonsson 2000-2001  |
  14.             |                                 |
  15.             +---------------------------------+
  16.  
  17.                       Still BETA.
  18.  
  19.  
  20.  
  21.  
  22.          Whats new (since 1.4a) ?
  23.       ________________________ _ _ _ _
  24.  
  25.       More compability, fewer bugs:
  26.  
  27.  
  28. _______________________________________
  29.  
  30. 1.5a:   (April 16 2001)
  31. _______________________________________
  32.  
  33.    Fourth public release.
  34.  
  35.    - ReadStr() didnt set stringlen correctly. does now.
  36.  
  37.    - Nested comments didnt work. Should now.
  38.  
  39.    - Amiga.lib working again :)
  40.  
  41.    - Added two .ext files : debuglib.ext and ddebuglib.ext
  42.      for using debug.lib and ddebug.lib from Amiga® Dev CD.
  43.  
  44.    - Added bin/fdtool - convert Your .fd:s to .ext:s with this.
  45.  
  46.    - All the v40 standard Amiga librarybases are predefined now!
  47.  
  48.    - Stringformatting : added \z support. (zero-fill)
  49.  
  50.    - Globals now accept constants and simple constant expressions
  51.      as defaultvalue. ex : DEF myglobal=ACONSTANT*4-7
  52.  
  53.    - FPU is now only required if floating point is used.
  54.      (previous version required fpu anyway)
  55.  
  56.    - Added compiler args : WB/S,OPTI/S,HOLD/S,LARGE/S,SF=SHOWFILENAME/S.
  57.      OPTI and LARGE does nothing for now, but may in future.
  58.  
  59.    - Default arguments to procedures works now.
  60.  
  61.    - PUBLIC/PRIVATE in OBJECT declaration works now.
  62.  
  63.    - Parameters to procedures where swapped. Fixed.
  64.  
  65.    - Librarymode now automatically creates .fd file.
  66.      (use bin/fdtool to convert it to .ext)
  67.  
  68.    - Linkobject mode automatically creates .ext file.
  69.      (still a bit experimental and under construction)
  70.  
  71.    - Fixed "IS" in "PROC name([params]) [OF name] IS <exp>".
  72.      <exp> must be on the same line as "IS".
  73.  
  74.    - "OPT LINKOBJ" turned into "LINKOBJECT".
  75.      (must be first thing in source (like LIBRARY)).
  76.  
  77.    - "*" preceeding module/extern-name now inserts path to
  78.      the main-source. This is not perfect, but atleast makes
  79.      things a little better.
  80.  
  81.    - Ptr-math is _allowed_ for now. (as in ec3.3a) Maybe it stays.
  82.      Probably it will return, but a bit smarter; for example things
  83.      like this should be spotted as errors, always :
  84.      "array + array" or "ptr * 10" etc..
  85.  
  86.    - Added some missing internal functions : Mouse(), LeftMouse(),
  87.      WaitLeftMouse(), RealF(), Rnd(), RndQ(), RealVal().
  88.  
  89.    - Multi-line DEF (DEF statement can continiue on several lines).
  90.  
  91.    - Modules can now be check-compiled. (nothing is generated)
  92.  
  93.    - OPT STACK implemented : OPT STACK=<sizevalue>
  94.      -> manually set stacksize, overrides YAEC:s estimation.
  95.  
  96.    - Added keywords : JUMP and LAB.
  97.      -> JUMP <labelname> : Jump to a local label.
  98.      -> LAB <labelname>  : Define a local label.
  99.  
  100.    - Global labels (label:)
  101.  
  102.    - Global storage definition (LONG 1,2,3,.. / INT / CHAR)
  103.  
  104.    - Global Asm (ASM.. / ENDASM)
  105.   
  106.  
  107.  
  108. ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  109. This software is subject to the "Standard Amiga FD-Software Copyright Note".
  110. It is SHAREWARE as defined in paragraph 4s.
  111. For more information please read "AFD-COPYRIGHT" (Version 1.4 or higher).
  112. ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  113.  
  114. Leif
  115.  
  116.  
  117. ============================= Archive contents =============================
  118.  
  119. Original  Packed Ratio    Date     Time    Name
  120. -------- ------- ----- --------- --------  -------------
  121.      230     147 36.0% 15-Apr-01 13:36:14 +bin.txt
  122.    11984    5197 56.6% 15-Apr-01 13:36:14 +fdtool
  123.      209     130 37.7% 15-Apr-01 13:36:14 +fdtool.txt
  124.   250328   64643 74.1% 15-Apr-01 13:36:14 +yaec
  125.     7381    2898 60.7% 15-Apr-01 13:36:14 +AFD-COPYRIGHT
  126.     1611     847 47.4% 15-Apr-01 13:36:14 +AFD-COPYRIGHT.info
  127.     7687    3102 59.6% 15-Apr-01 13:36:14 +AFD-COPYRIGHT.se
  128.     1611     844 47.6% 15-Apr-01 13:36:14 +AFD-COPYRIGHT.se.info
  129.   245765   98327 59.9% 15-Apr-01 13:36:14 +E.guide
  130.      852     387 54.5% 15-Apr-01 13:36:14 +files.txt
  131.    18939    7380 61.0% 15-Apr-01 13:36:14 +yaec.guide
  132.     3604    2104 41.6% 15-Apr-01 13:36:14 +yaec.guide.info
  133.     3597    1674 53.4% 15-Apr-01 13:36:14 +yaec.readme
  134.     2056    1281 37.6% 15-Apr-01 13:36:14 +alibtest
  135.      187     143 23.5% 15-Apr-01 13:36:14 +alibtest.e
  136.     3204    1898 40.7% 15-Apr-01 13:36:14 +appicon
  137.     2929    1240 57.6% 15-Apr-01 13:36:14 +appicon.e
  138.      672     446 33.6% 15-Apr-01 13:36:14 +bla.device
  139.     1388     621 55.2% 15-Apr-01 13:36:14 +bla.device.e
  140.      114     103  9.6% 15-Apr-01 13:36:14 +bla.device.fd
  141.      732     476 34.9% 15-Apr-01 13:36:14 +bla.library
  142.     1210     619 48.8% 15-Apr-01 13:36:14 +bla.library.e
  143.      122     111  9.0% 15-Apr-01 13:36:14 +bla.library.fd
  144.     2020    1251 38.0% 15-Apr-01 13:36:14 +bla_lib_test
  145.      295     205 30.5% 15-Apr-01 13:36:14 +bla_lib_test.e
  146.      310     215 30.6% 15-Apr-01 13:36:14 +ColourScreen.e
  147.     6152    1630 73.5% 15-Apr-01 13:36:14 +ecode.e
  148.      644     204 68.3% 15-Apr-01 13:36:14 +ecode.ext
  149.     1944     839 56.8% 15-Apr-01 13:36:14 +ecode.o
  150.     2916    1727 40.7% 15-Apr-01 13:36:14 +filereq
  151.     1540     678 55.9% 15-Apr-01 13:36:14 +filereq.e
  152.     3340    1873 43.9% 15-Apr-01 13:36:14 +gradient
  153.     1137     568 50.0% 15-Apr-01 13:36:14 +gradient.e
  154.     2472    1496 39.4% 15-Apr-01 13:36:14 +nodelist
  155.      449     254 43.4% 15-Apr-01 13:36:14 +nodelist.e
  156.     2548    1548 39.2% 15-Apr-01 13:36:14 +openwindowtags
  157.     1790     855 52.2% 15-Apr-01 13:36:14 +openwindowtags.e
  158.     2464    1478 40.0% 15-Apr-01 13:36:12 +publicscreen
  159.     2872    1107 61.4% 15-Apr-01 13:36:12 +publicscreen.e
  160.     8364    3704 55.7% 15-Apr-01 13:36:12 +ScrollerWindow
  161.     9597    2940 69.3% 15-Apr-01 13:36:12 +ScrollerWindow.e
  162.      413     261 36.8% 15-Apr-01 13:36:12 +Shell.e
  163.    25404    9407 62.9% 15-Apr-01 13:36:12 +ShowHunk
  164.    25665    6115 76.1% 15-Apr-01 13:36:12 +ShowHunk.e
  165.     2940    1736 40.9% 15-Apr-01 13:36:12 +uptime
  166.     1931     890 53.9% 15-Apr-01 13:36:12 +uptime.e
  167.     2652    1626 38.6% 15-Apr-01 13:36:12 +Watch
  168.      828     479 42.1% 15-Apr-01 13:36:12 +Watch.e
  169.     2098     518 75.3% 15-Apr-01 13:36:12 +amigaguide.ext
  170.     4232    1288 69.5% 15-Apr-01 13:36:12 +amigalib.ext
  171.     1569     782 50.1% 15-Apr-01 13:36:12 +amigalib.txt
  172.      798     335 58.0% 15-Apr-01 13:36:12 +ddebuglib.ext
  173.      470     260 44.6% 15-Apr-01 13:36:12 +ddebuglib.txt
  174.      797     332 58.3% 15-Apr-01 13:36:12 +debuglib.ext
  175.      451     259 42.5% 15-Apr-01 13:36:12 +debuglib.txt
  176.      597     265 55.6% 15-Apr-01 13:36:12 +asl.ext
  177.      308     157 49.0% 15-Apr-01 13:36:12 +battclock.ext
  178.      350     166 52.5% 15-Apr-01 13:36:12 +battmem.ext
  179.      457     198 56.6% 15-Apr-01 13:36:12 +bullet.ext
  180.     1339     413 69.1% 15-Apr-01 13:36:12 +cardres.ext
  181.      341     159 53.3% 15-Apr-01 13:36:12 +cia.ext
  182.      282     186 34.0% 15-Apr-01 13:36:12 +colorwheel.ext
  183.     2557     726 71.6% 15-Apr-01 13:36:12 +commodities.ext
  184.      451     235 47.8% 15-Apr-01 13:36:12 +console.ext
  185.     1650     487 70.4% 15-Apr-01 13:36:12 +datatypes.ext
  186.      452     185 59.0% 15-Apr-01 13:36:12 +disk.ext
  187.      590     278 52.8% 15-Apr-01 13:36:12 +diskfont.ext
  188.    14500    2958 79.6% 15-Apr-01 13:36:12 +dos.ext
  189.      132     124  6.0% 15-Apr-01 13:36:12 +dtclass.ext
  190.    53413   10876 79.6% 15-Apr-01 13:36:12 +edig.ext
  191.    11283    2338 79.2% 15-Apr-01 13:36:12 +exec.ext
  192.     2070     563 72.8% 15-Apr-01 13:36:12 +expansion.ext
  193.     1910     873 54.2% 15-Apr-01 13:36:12 +externs.txt
  194.     2274     644 71.6% 15-Apr-01 13:36:12 +gadtools.ext
  195.    14509    3158 78.2% 15-Apr-01 13:36:12 +graphics.ext
  196.     1355     445 67.1% 15-Apr-01 13:36:12 +icon.ext
  197.     4015     971 75.8% 15-Apr-01 13:36:12 +iffparse.ext
  198.      131     124  5.3% 15-Apr-01 13:36:12 +input.ext
  199.    12882    2917 77.3% 15-Apr-01 13:36:12 +intuition.ext
  200.      482     246 48.9% 15-Apr-01 13:36:12 +keymap.ext
  201.     2901     672 76.8% 15-Apr-01 13:36:10 +layers.ext
  202.     2582     588 77.2% 15-Apr-01 13:36:10 +locale.ext
  203.     1765     539 69.4% 15-Apr-01 13:36:10 +lowlevel.ext
  204.      197     132 32.9% 15-Apr-01 13:36:10 +misc.ext
  205.      769     301 60.8% 15-Apr-01 13:36:10 +nonvolatile.ext
  206.      199     133 33.1% 15-Apr-01 13:36:10 +bla_lib.ext
  207.     4728    1038 78.0% 15-Apr-01 13:36:10 +nodelist.asm
  208.      687     239 65.2% 15-Apr-01 13:36:10 +nodelist.ext
  209.      696     394 43.3% 15-Apr-01 13:36:10 +nodelist.o
  210.      358     166 53.6% 15-Apr-01 13:36:10 +potgo.ext
  211.      227     145 36.1% 15-Apr-01 13:36:10 +ramdrive.ext
  212.      943     334 64.5% 15-Apr-01 13:36:10 +realtime.ext
  213.      905     326 63.9% 15-Apr-01 13:36:10 +rexxsyslib.ext
  214.      380     158 58.4% 15-Apr-01 13:36:10 +timer.ext
  215.      398     162 59.2% 15-Apr-01 13:36:10 +battclock.e
  216.      660     210 68.1% 15-Apr-01 13:36:10 +battmem.e
  217.      388     185 52.3% 15-Apr-01 13:36:10 +bitfield.e
  218.      617     195 68.3% 15-Apr-01 13:36:10 +cia.e
  219.      773     216 72.0% 15-Apr-01 13:36:10 +disk.e
  220.     6097    1599 73.7% 15-Apr-01 13:36:10 +ecode.e
  221.      656     213 67.5% 15-Apr-01 13:36:10 +ecode.ext
  222.     1944     839 56.8% 15-Apr-01 13:36:10 +ecode.o
  223.      340     160 52.9% 15-Apr-01 13:36:10 +misc.e
  224.      434     183 57.8% 15-Apr-01 13:36:10 +potgo.e
  225.      517     296 42.7% 15-Apr-01 13:36:10 +sendexplorer.e
  226.     1124     530 52.8% 15-Apr-01 13:36:10 +sendrexx.e
  227.      315     207 34.2% 15-Apr-01 13:36:10 +setprogname.e
  228.     1971     858 56.4% 15-Apr-01 13:36:10 +split.e
  229.     6073    2434 59.9% 15-Apr-01 13:36:10 +UsefulV2.doc
  230.      164     138 15.8% 15-Apr-01 13:36:10 +translator.ext
  231.     4184    1130 72.9% 15-Apr-01 13:36:10 +utility.ext
  232.     1138     401 64.7% 15-Apr-01 13:36:10 +wb.ext
  233.     1738     683 60.7% 15-Apr-01 13:36:10 +animationclass.e
  234.     2201     892 59.4% 15-Apr-01 13:36:10 +datatypes.e
  235.     5214    1664 68.0% 15-Apr-01 13:36:10 +datatypesclass.e
  236.     1502     620 58.7% 15-Apr-01 13:36:10 +pictureclass.e
  237.      791     406 48.6% 15-Apr-01 13:36:10 +soundclass.e
  238.      758     357 52.9% 15-Apr-01 13:36:10 +textclass.e
  239.      875     417 52.3% 15-Apr-01 13:36:10 +audio.e
  240.      183     145 20.7% 15-Apr-01 13:36:10 +bootblock.e
  241.     3521    1216 65.4% 15-Apr-01 13:36:10 +cd.e
  242.      828     399 51.8% 15-Apr-01 13:36:10 +clipboard.e
  243.     1259     400 68.2% 15-Apr-01 13:36:10 +console.e
  244.     1141     526 53.9% 15-Apr-01 13:36:10 +conunit.e
  245.      567     260 54.1% 15-Apr-01 13:36:10 +gameport.e
  246.     2549     798 68.6% 15-Apr-01 13:36:10 +hardblocks.e
  247.      214     113 47.1% 15-Apr-01 13:36:08 +input.e
  248.     3577    1062 70.3% 15-Apr-01 13:36:08 +inputevent.e
  249.      162      94 41.9% 15-Apr-01 13:36:08 +keyboard.e
  250.      890     347 61.0% 15-Apr-01 13:36:08 +keymap.e
  251.     1930     674 65.0% 15-Apr-01 13:36:08 +narrator.e
  252.     1189     489 58.8% 15-Apr-01 13:36:08 +parallel.e
  253.     2769     949 65.7% 15-Apr-01 13:36:08 +printer.e
  254.     2300     920 60.0% 15-Apr-01 13:36:08 +prtbase.e
  255.     1692     493 70.8% 15-Apr-01 13:36:08 +prtgfx.e
  256.      782     334 57.2% 15-Apr-01 13:36:08 +scsidisk.e
  257.     1506     612 59.3% 15-Apr-01 13:36:08 +serial.e
  258.      485     265 45.3% 15-Apr-01 13:36:08 +timer.e
  259.     2432     961 60.4% 15-Apr-01 13:36:08 +trackdisk.e
  260.     1291     449 65.2% 15-Apr-01 13:36:08 +diskfont.e
  261.     2314     745 67.8% 15-Apr-01 13:36:08 +diskfonttag.e
  262.      661     290 56.1% 15-Apr-01 13:36:08 +glyph.e
  263.      359     147 59.0% 15-Apr-01 13:36:08 +oterrors.e
  264.      400     212 47.0% 15-Apr-01 13:36:08 +datetime.e
  265.     4558    1577 65.4% 15-Apr-01 13:36:08 +dos.e
  266.     1417     573 59.5% 15-Apr-01 13:36:08 +dosasl.e
  267.     6874    2167 68.4% 15-Apr-01 13:36:08 +dosextens.e
  268.     1172     331 71.7% 15-Apr-01 13:36:08 +doshunks.e
  269.     1131     342 69.7% 15-Apr-01 13:36:08 +dostags.e
  270.       55      54  1.8% 15-Apr-01 13:36:08 +dos_lib.e
  271.      565     291 48.4% 15-Apr-01 13:36:08 +exall.e
  272.     1226     552 54.9% 15-Apr-01 13:36:08 +filehandler.e
  273.      885     438 50.5% 15-Apr-01 13:36:08 +notify.e
  274.      449     235 47.6% 15-Apr-01 13:36:08 +rdargs.e
  275.      220     146 33.6% 15-Apr-01 13:36:08 +record.e
  276.      614     319 48.0% 15-Apr-01 13:36:08 +stdio.e
  277.      505     263 47.9% 15-Apr-01 13:36:08 +var.e
  278.     4635    1307 71.8% 15-Apr-01 13:36:08 +alerts.e
  279.      274     188 31.3% 15-Apr-01 13:36:08 +devices.e
  280.      223     121 45.7% 15-Apr-01 13:36:08 +errors.e
  281.     2299     867 62.2% 15-Apr-01 13:36:08 +execbase.e
  282.      424     225 46.9% 15-Apr-01 13:36:08 +interrupts.e
  283.      734     324 55.8% 15-Apr-01 13:36:08 +io.e
  284.      632     309 51.1% 15-Apr-01 13:36:08 +libraries.e
  285.      387     206 46.7% 15-Apr-01 13:36:08 +lists.e
  286.     1062     494 53.4% 15-Apr-01 13:36:08 +memory.e
  287.      695     321 53.8% 15-Apr-01 13:36:08 +nodes.e
  288.      372     229 38.4% 15-Apr-01 13:36:08 +ports.e
  289.      423     252 40.4% 15-Apr-01 13:36:08 +resident.e
  290.      521     267 48.7% 15-Apr-01 13:36:08 +semaphores.e
  291.      116      76 34.4% 15-Apr-01 13:36:08 +strings.e
  292.     1706     678 60.2% 15-Apr-01 13:36:08 +tasks.e
  293.       96      84 12.5% 15-Apr-01 13:36:08 +types.e
  294.      391     162 58.5% 15-Apr-01 13:36:06 +button.e
  295.      608     283 53.4% 15-Apr-01 13:36:06 +calendar.e
  296.      664     269 59.4% 15-Apr-01 13:36:06 +colorwheel.e
  297.      203     104 48.7% 15-Apr-01 13:36:06 +gradientslider.e
  298.      335     208 37.9% 15-Apr-01 13:36:06 +tabs.e
  299.      354     151 57.3% 15-Apr-01 13:36:06 +tapedeck.e
  300.     1416     567 59.9% 15-Apr-01 13:36:06 +clip.e
  301.      118      92 22.0% 15-Apr-01 13:36:06 +coerce.e
  302.      111      75 32.4% 15-Apr-01 13:36:06 +collide.e
  303.     1990     652 67.2% 15-Apr-01 13:36:06 +copper.e
  304.      395     190 51.8% 15-Apr-01 13:36:06 +display.e
  305.     2678     889 66.8% 15-Apr-01 13:36:06 +displayinfo.e
  306.     2140     842 60.6% 15-Apr-01 13:36:06 +gels.e
  307.      892     422 52.6% 15-Apr-01 13:36:06 +gfx.e
  308.     4282    1367 68.0% 15-Apr-01 13:36:06 +gfxbase.e
  309.     2020     742 63.2% 15-Apr-01 13:36:06 +gfxmacros.e
  310.      372     228 38.7% 15-Apr-01 13:36:06 +gfxnodes.e
  311.      136     102 25.0% 15-Apr-01 13:36:06 +graphint.e
  312.      835     412 50.6% 15-Apr-01 13:36:06 +layers.e
  313.     8596    1494 82.6% 15-Apr-01 13:36:06 +modeid.e
  314.     3167     998 68.4% 15-Apr-01 13:36:06 +monitor.e
  315.     2124     793 62.6% 15-Apr-01 13:36:06 +rastport.e
  316.      284     141 50.3% 15-Apr-01 13:36:06 +regions.e
  317.      266     115 56.7% 15-Apr-01 13:36:06 +rpattr.e
  318.      693     220 68.2% 15-Apr-01 13:36:06 +scale.e
  319.      743     302 59.3% 15-Apr-01 13:36:06 +sprite.e
  320.     2469     820 66.7% 15-Apr-01 13:36:06 +text.e
  321.     2581     526 79.6% 15-Apr-01 13:36:06 +videocontrol.e
  322.     4453    1451 67.4% 15-Apr-01 13:36:06 +view.e
  323.      854     258 69.7% 15-Apr-01 13:36:06 +adkbits.e
  324.     1354     487 64.0% 15-Apr-01 13:36:06 +blit.e
  325.     3375     841 75.0% 15-Apr-01 13:36:06 +cia.e
  326.     6493    1518 76.6% 15-Apr-01 13:36:06 +custom.e
  327.      675     220 67.4% 15-Apr-01 13:36:06 +dmabits.e
  328.      698     223 68.0% 15-Apr-01 13:36:06 +intbits.e
  329.      234     132 43.5% 15-Apr-01 13:36:06 +led.e
  330.      533     305 42.7% 15-Apr-01 13:36:06 +cghooks.e
  331.      994     464 53.3% 15-Apr-01 13:36:06 +classes.e
  332.     1937     589 69.5% 15-Apr-01 13:36:06 +classusr.e
  333.     4627    1291 72.0% 15-Apr-01 13:36:06 +gadgetclass.e
  334.      236     123 47.8% 15-Apr-01 13:36:06 +icclass.e
  335.     3236     944 70.8% 15-Apr-01 13:36:06 +imageclass.e
  336.    15011    3989 73.4% 15-Apr-01 13:36:06 +intuition.e
  337.      710     329 53.6% 15-Apr-01 13:36:06 +intuitionbase.e
  338.     4596    1353 70.5% 15-Apr-01 13:36:06 +iobsolete.e
  339.      628     194 69.1% 15-Apr-01 13:36:06 +pointerclass.e
  340.     3958    1328 66.4% 15-Apr-01 13:36:06 +preferences.e
  341.     5074    1620 68.0% 15-Apr-01 13:36:04 +screens.e
  342.     1751     649 62.9% 15-Apr-01 13:36:04 +sghooks.e
  343.     3318    1154 65.2% 15-Apr-01 13:36:04 +amigaguide.e
  344.     8059    1903 76.3% 15-Apr-01 13:36:04 +asl.e
  345.     1948     811 58.3% 15-Apr-01 13:36:04 +commodities.e
  346.     2618     866 66.9% 15-Apr-01 13:36:04 +configregs.e
  347.      681     346 49.1% 15-Apr-01 13:36:04 +configvars.e
  348.     1291     449 65.2% 15-Apr-01 13:36:04 +diskfont.e
  349.      130     111 14.6% 15-Apr-01 13:36:04 +expansion.e
  350.      893     392 56.1% 15-Apr-01 13:36:04 +expansionbase.e
  351.     5018    1640 67.3% 15-Apr-01 13:36:04 +gadtools.e
  352.     1891     708 62.5% 15-Apr-01 13:36:04 +iffparse.e
  353.     2970     997 66.4% 15-Apr-01 13:36:04 +locale.e
  354.     4391    1090 75.1% 15-Apr-01 13:36:04 +lowlevel.e
  355.      358     196 45.2% 15-Apr-01 13:36:04 +mathieeesp.e
  356.      173     140 19.0% 15-Apr-01 13:36:04 +mathlibrary.e
  357.      518     249 51.9% 15-Apr-01 13:36:04 +mathresource.e
  358.      443     253 42.8% 15-Apr-01 13:36:04 +nonvolatile.e
  359.     2286     779 65.9% 15-Apr-01 13:36:04 +realtime.e
  360.       84      69 17.8% 15-Apr-01 13:36:04 +translator.e
  361.      368     248 32.6% 15-Apr-01 13:36:04 +font.e
  362.      511     283 44.6% 15-Apr-01 13:36:04 +icontrol.e
  363.      263     202 23.1% 15-Apr-01 13:36:04 +input.e
  364.     1264     448 64.5% 15-Apr-01 13:36:04 +locale.e
  365.      384     231 39.8% 15-Apr-01 13:36:04 +overscan.e
  366.      283     195 31.0% 15-Apr-01 13:36:04 +palette.e
  367.      495     250 49.4% 15-Apr-01 13:36:04 +pointer.e
  368.      161     133 17.3% 15-Apr-01 13:36:04 +prefhdr.e
  369.     1084     469 56.7% 15-Apr-01 13:36:04 +printergfx.e
  370.     1736     708 59.2% 15-Apr-01 13:36:04 +printerps.e
  371.     1197     488 59.2% 15-Apr-01 13:36:04 +printertxt.e
  372.      330     207 37.2% 15-Apr-01 13:36:04 +screenmode.e
  373.      457     256 43.9% 15-Apr-01 13:36:04 +serial.e
  374.      389     224 42.4% 15-Apr-01 13:36:04 +sound.e
  375.      445     265 40.4% 15-Apr-01 13:36:04 +wbpattern.e
  376.       82      80  2.4% 15-Apr-01 13:36:04 +battclock.e
  377.       78      75  3.8% 15-Apr-01 13:36:04 +battmem.e
  378.      226      97 57.0% 15-Apr-01 13:36:04 +battmembitsamiga.e
  379.      396     135 65.9% 15-Apr-01 13:36:04 +battmembitsshared.e
  380.     2060     699 66.0% 15-Apr-01 13:36:04 +card.e
  381.      105      82 21.9% 15-Apr-01 13:36:04 +cia.e
  382.     1049     454 56.7% 15-Apr-01 13:36:04 +disk.e
  383.      500     278 44.4% 15-Apr-01 13:36:04 +filesysres.e
  384.      524     249 52.4% 15-Apr-01 13:36:04 +mathresource.e
  385.      230     140 39.1% 15-Apr-01 13:36:04 +misc.e
  386.      101      94  6.9% 15-Apr-01 13:36:04 +potgo.e
  387.     1038     267 74.2% 15-Apr-01 13:36:04 +errors.e
  388.      863     426 50.6% 15-Apr-01 13:36:04 +rexxio.e
  389.     1503     606 59.6% 15-Apr-01 13:36:02 +rxslib.e
  390.     2861    1062 62.8% 15-Apr-01 13:36:02 +storage.e
  391.      294     128 56.4% 15-Apr-01 13:36:02 +date.e
  392.      138     112 18.8% 15-Apr-01 13:36:02 +hooks.e
  393.      292     174 40.4% 15-Apr-01 13:36:02 +name.e
  394.      568     179 68.4% 15-Apr-01 13:36:02 +pack.e
  395.      311     165 46.9% 15-Apr-01 13:36:02 +tagitem.e
  396.      201     153 23.8% 15-Apr-01 13:36:02 +utility.e
  397.      306     203 33.6% 15-Apr-01 13:36:02 +startup.e
  398.     1846     730 60.4% 15-Apr-01 13:36:02 +workbench.e
  399.     2980    1266 57.5% 15-Apr-01 13:36:02 +device.o
  400.     2691     764 71.6% 15-Apr-01 13:36:02 +generate.script
  401.     2980    1263 57.6% 15-Apr-01 13:36:02 +library.o
  402.     2908    1237 57.4% 15-Apr-01 13:36:02 +startup.o
  403.      394     210 46.7% 15-Apr-01 13:36:02 +startup.txt
  404.     4816    1342 72.1% 15-Apr-01 13:36:02 +yaec.i
  405.    29128    7247 75.1% 15-Apr-01 13:36:02 +yaec.lib
  406.      138      96 30.4% 15-Apr-01 13:36:02 +temp.txt
  407. -------- ------- ----- --------- --------
  408.  1153658  385713 66.5% 17-Apr-101 22:27:02   286 files
  409.